table of contents
SMCD(8) | Linux Programmer's Manual | SMCD(8) |
NAME¶
smcd - Print information about SMC-D link groups and devices
SYNOPSIS¶
smcd [ OPTIONS ] OBJECT { COMMAND | help }
OBJECT := { info | linkgroup | device | stats | ueid | seid }
OPTIONS := { -v[ersion] | -d[etails] | -a[bsolute]}
OPTIONS¶
- -v, -version
- Print the version of the smcd utility and exit.
- -d, -details
- Print detailed information (valid only for stats).
- -a, -absolute
- Print absolute statistic value (valid only for stats).
SMCD - COMMAND SYNTAX¶
OBJECT¶
- device
- One or more SMC-D devices.
- info
- Generic SMC information.
- linkgroup
- One or more SMC-D link groups or links.
- stats
- SMC-D statistics.
- ueid
- Work with User defined Enterprise IDs (UEID).
- seid
- Maintain the System defined Enterprise ID (SEID).
The names of all objects can be abbreviated down to a unique stem. For example device can be abbreviated to dev or just d. For more information about individual objects see the man pages in SEE ALSO section.
COMMAND¶
Specifies the action to perform on the object. The set of possible actions depends on the object type. For most objects you can specify the show or link-show command. Use the help command for an object to print information about the available actions and the specific syntax for that object.
If no command is given, a default command is assumed.
RETURN CODES¶
Successful smcd commands return 0 and display the requested link group or device information. If an error occurs, smcd writes a message to stderr and completes with a return code other than 0. Possible error messages to stderr in case of non-zero return code:
- SMC module not loaded
- Either kernel is not supporting the smcd tool or the smc kernel module is not loaded.
SEE ALSO¶
af_smc(7), smcr(8), smcd-device(8), smcd-info(8), smcd-linkgroup(8), smcd-stats(8), smcd-ueid(8), smcd-seid(8)
June 2020 | smc-tools |